Skip to content

Search urban centers by keyword

GET
/api/v1/UrbanCenter/search/{keyword}

This endpoint returns a list of urban centers where fields like code, name, and type match the provided keyword

Parameters

Path Parameters

keyword*
Typestring
Required

Responses

OK

application/json
JSON
[
{
"id": 0,
"cityId": 0,
"code": "string",
"name": "string",
"type": "string",
"longitude": 0,
"latitude": 0
}
]

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License